home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2002 September
/
Chip_2002-09_cd1.bin
/
internet
/
regedit
/
install
/
cedt345.exe
/
template
/
hello world program.pl
< prev
Wrap
Perl Script
|
2001-10-22
|
95b
|
8 lines
#!/usr/bin/perl -w
# basic template file for perl
use strict;
print "hello world\n";